home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-08-26 | 1.6 KB | 38 lines |
- ; The SIERRA.INF
- ; This is a sample SIERRA.INF. To build the INF for your project, start with
- ; this template and make the appropriate modifications.
- ; This file must be on the root of the CD if the setup is compiled with _SIERRA defined.
- ;
- ; Created June 1997- D'Andre Pritchett
-
- ; The Ident Section contains identifying elements concerning the product. This
- ; Information is used within Setup and by Electronic Registration(EREG).
- ; It is important the following items are present.
-
- [Ident]
- ; ProductID is the identifying code used by EREG. It can be any combination of
- ; alphanumeric characters.
- ProductID = 70375
-
- ; Version is the version of the application. This is also used by EREG to identify
- ; the product
- Version = 1.0
-
- ; ShortTitle is used internally to track Registry entries for EREG, AutoUpdate and
- ; other Sierra Utilities. This should stay the same between versions of the same
- ; product
- ShortTitle = SODA pDEMO
-
- ; The demos section is how Sierra InstallShield supports dynamic demo selection.
- ; To support demos, create a 'Demos' subdirectory off of the root directory (where Setup
- ; is located). In this subdirectory place each demo in its own uniquely named subdirectory.
- ; Finally add an entry under the Demos section for each demo.
-
- [Demos]
- ; The demo key format: <directory name> = <title of the product to display>
- ; Setup will display the title specified to users when they select the demos to install.
- ; In the directory should be the full demo package, including Setup program. The
- ; Setup program must be named _DSETUP.EXE, or the demo will not be installed.
- ;BBPRO98 = Front Page Sports: Baseball Pro '98
-
-